func golang.org/x/sys/unix.vgetrandom

2 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L2008: 	vdsoRet, supported := vgetrandom(buf, uint32(flags))
		vgetrandom_linux.go#L13: func vgetrandom(p []byte, flags uint32) (ret int, supported bool)